home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {
- ACTIONS = {showAwayTab = id; };
- CLASS = AIAIMConfig;
- LANGUAGE = ObjC;
- OUTLETS = {
- "tabViewItem_blockingTab" = NSTabViewItem;
- "tabView_configTabs" = NSTabView;
- theBlockList = AIBlockList;
- "window_configWindow" = NSWindow;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {emailAdamIser = id; visitHomePage = id; };
- CLASS = AIAbout;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {addBuddyToGroup = id; };
- CLASS = AIAddToBuddyListMenu;
- LANGUAGE = ObjC;
- SUPERCLASS = NSMenu;
- },
- {
- ACTIONS = {
- closeSelectedTab = id;
- connectDisconnect = id;
- hideShowBuddyListWindow = id;
- hideShowMessageWindow = id;
- nextMessage = id;
- previousMessage = id;
- refreshChatList = id;
- showAIMConfig = id;
- showAIMConfigAwayTab = id;
- showAboutPanel = id;
- showCreateJoinChatPanel = id;
- showGetInfoPanel = id;
- showLogViewer = id;
- showNewMessagePanel = id;
- showQuickAwayPanel = id;
- showSettings = id;
- };
- CLASS = AIAdium;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_awayMessage" = NSMenuItem;
- "menuItem_closeTab" = NSMenuItem;
- "menuItem_connectDisconnect" = NSMenuItem;
- "menuItem_hideShowBuddyList" = NSMenuItem;
- "menuItem_hideShowMessageTabWindow" = NSMenuItem;
- "menuItem_joinCommunityChat" = NSMenuItem;
- "menuItem_nextMessage" = NSMenuItem;
- "menuItem_previousMessage" = NSMenuItem;
- "menuItem_quitAdium" = NSMenuItem;
- "menu_buddyContextualMenu" = AIBuddyContextMenu;
- "menu_buddyContextualTabMenu" = AIBuddyContextMenu;
- "menu_chatContextualTabMenu" = AIChatContextMenu;
- "menu_communityChat" = NSMenu;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {returnFromAway = id; showQuickAwayWindow = id; };
- CLASS = AIAway;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_awayMessage" = NSMenuItem;
- "menuItem_enterAwayMessage" = NSMenuItem;
- "panel_awayPanel" = AIAwayPanel;
- "panel_quickAwayPanel" = AIQuickAwayPanel;
- theAwayManager = AIAwayManagement;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {
- awayTitleSave = id;
- deleteAwayMessage = id;
- doubleClickAwayList = id;
- newAwayMessage = id;
- selectAwayShareName = id;
- setPresetAwayMenuItem = id;
- };
- CLASS = AIAwayManagement;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_deleteAwayMessage" = NSButton;
- "popUpButton_shareAwayWith" = NSPopUpButton;
- "tableView_awayList" = NSTableView;
- "textField_awayTitle" = NSTextField;
- "textView_awayMessage" = NSTextView;
- theAIMConfig = AIAIMConfig;
- theAwayHandler = AIAway;
- theSavedNamePanel = AISavedNames;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = AIAwayMenu; LANGUAGE = ObjC; SUPERCLASS = NSMenu; },
- {
- CLASS = AIAwayPanel;
- LANGUAGE = ObjC;
- OUTLETS = {
- "textField_awaySince" = NSTextField;
- "textView_currentAway" = NSTextView;
- theAwayHandler = AIAway;
- };
- SUPERCLASS = NSPanel;
- },
- {CLASS = AIAwayPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; },
- {CLASS = AIAwayTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
- {
- ACTIONS = {
- applyNow = id;
- "onlyAllow_addName" = id;
- "onlyAllow_removeName" = id;
- "onlyBlock_addName" = id;
- "onlyBlock_removeName" = id;
- "select_allowAll" = id;
- "select_allowThese" = id;
- "select_blockNonList" = id;
- "select_blockThese" = id;
- };
- CLASS = AIBlockList;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_allowAll" = NSButton;
- "button_allowThese" = NSButton;
- "button_applyNow" = NSButton;
- "button_blockNonList" = NSButton;
- "button_blockThese" = NSButton;
- "button_onlyAllowAdd" = NSButton;
- "button_onlyAllowRemove" = NSButton;
- "button_onlyBlockAdd" = NSButton;
- "button_onlyBlockRemove" = NSButton;
- "tableView_onlyAllow" = NSTableView;
- "tableView_onlyBlock" = NSTableView;
- "textField_clickApplyNowMessage" = NSTextField;
- theBuddyList = AIBuddyList;
- theConnectSheet = AIConnectSheet;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = AIBuddyBarMenu; LANGUAGE = ObjC; SUPERCLASS = AIBuddyMenu; },
- {CLASS = AIBuddyContextMenu; LANGUAGE = ObjC; SUPERCLASS = AIBuddyMenu; },
- {
- ACTIONS = {dockShowGetInfo = id; getInfo = id; hideGetInfo = id; showGetInfo = id; };
- CLASS = AIBuddyInfo;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_dockGetInfo" = NSMenuItem;
- "menuItem_getInfo" = NSMenuItem;
- "panel_getInfo" = NSPanel;
- "textField_getInfo" = NSTextField;
- theBuddyList = AIBuddyList;
- };
- SUPERCLASS = NSObject;
- },
- {
- CLASS = AIBuddyInfoTextView;
- LANGUAGE = ObjC;
- OUTLETS = {"outlineView_buddyList" = NSOutlineView; theBuddyList = AIBuddyList; };
- SUPERCLASS = NSTextView;
- },
- {
- ACTIONS = {
- deleteSelection = id;
- insertNewBuddy = id;
- insertNewGroup = id;
- selectShareName = id;
- };
- CLASS = AIBuddyList;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_buddyListDelete" = NSButton;
- "button_insertNewBuddy" = NSButton;
- "outlineView_buddyListEditor" = AIBuddyListEditorOutlineView;
- "popUpButton_sharingList" = NSPopUpButton;
- "textField_buddyListTitle" = NSTextField;
- theBlockList = AIBlockList;
- theSavedNamePanel = AISavedNames;
- };
- SUPERCLASS = NSObject;
- },
- {
- CLASS = AIBuddyListCell;
- LANGUAGE = ObjC;
- OUTLETS = {theBuddy = id; };
- SUPERCLASS = NSCell;
- },
- {
- CLASS = AIBuddyListEditorOutlineView;
- LANGUAGE = ObjC;
- OUTLETS = {theBlockList = AIBlockList; theBuddyList = AIBuddyList; };
- SUPERCLASS = NSOutlineView;
- },
- {
- ACTIONS = {doubleClickInList = id; };
- CLASS = AIBuddyListOutlineView;
- LANGUAGE = ObjC;
- OUTLETS = {theBuddyList = id; theUserInfo = id; };
- SUPERCLASS = NSOutlineView;
- },
- {
- ACTIONS = {
- block = id;
- getInfo = id;
- inviteToChat = id;
- newMessage = id;
- viewLogs = id;
- warn = id;
- };
- CLASS = AIBuddyMenu;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_addToList" = NSMenuItem;
- "menuItem_block" = NSMenuItem;
- "menuItem_getInfo" = NSMenuItem;
- "menuItem_inviteToChat" = NSMenuItem;
- "menuItem_message" = NSMenuItem;
- "menuItem_viewLogs" = NSMenuItem;
- "menuItem_warn" = NSMenuItem;
- "menu_addToBuddyList" = AIAddToBuddyListMenu;
- "menu_inviteToChat" = AIInviteToChatMenu;
- };
- SUPERCLASS = NSMenu;
- },
- {CLASS = AIChatContextMenu; LANGUAGE = ObjC; SUPERCLASS = AIBuddyMenu; },
- {
- ACTIONS = {
- autoConnect = id;
- cancel = id;
- connect = id;
- forgotPassword = id;
- registerNewScreenName = id;
- savePassword = id;
- selectNameFromMenu = id;
- useAOLScreenName = id;
- };
- CLASS = AIConnectSheet;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_cancel" = NSButton;
- "button_connect" = NSButton;
- "checkBox_autoConnect" = NSButton;
- "checkBox_savePassword" = NSButton;
- "dockMenuItem_connect" = NSMenuItem;
- "menuItem_connect" = NSMenuItem;
- "panel_connectSheet" = NSPanel;
- "popUpButton_savedNameMenu" = NSPopUpButton;
- "progressBar_connecting" = NSProgressIndicator;
- "textField_connectionStatus" = NSTextField;
- "textField_password" = NSTextField;
- "textField_screenName" = NSTextField;
- theBuddyList = AIBuddyList;
- theSavedNamePanel = AISavedNames;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = AICustomFormatTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
- {CLASS = AIDockIcon; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- CLASS = AIDockMenuController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_dockAwayMessage" = NSMenuItem;
- "menuItem_dockConnectStatus" = NSMenuItem;
- "menuItem_dockCreateChat" = NSMenuItem;
- "menuItem_dockGetInfo" = NSMenuItem;
- "menuItem_dockNewMessage" = NSMenuItem;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = AIFireTalkInterface; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {CLASS = AIIdle; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- ACTIONS = {
- connect = id;
- dockConnet = id;
- hideShowMainWindow = id;
- hideShowMessageWindow = id;
- infoSelectedBuddy = id;
- messageSelectedBuddy = id;
- selectMainWindow = id;
- selectMessageWindow = id;
- showAIMConfig = id;
- showSettings = id;
- };
- CLASS = AIInterface;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_away" = NSPopUpButton;
- "button_disconnect" = NSButton;
- "button_info" = NSButton;
- "button_message" = NSButton;
- "button_settings" = NSButton;
- "groupBox_requestingInfoBar" = NSBox;
- "groupBox_windowContents" = NSBox;
- "menuItem_AIMConfig" = NSMenuItem;
- "menuItem_buddyInfo" = NSMenuItem;
- "menuItem_connect" = NSMenuItem;
- "menuItem_disconnect" = NSMenuItem;
- "menuItem_dockAwayMessage" = NSMenuItem;
- "menuItem_dockConnect" = NSMenuItem;
- "menuItem_dockConnectStatus" = NSMenuItem;
- "menuItem_dockCreateChat" = NSMenuItem;
- "menuItem_dockDisconnect" = NSMenuItem;
- "menuItem_dockGetInfo" = NSMenuItem;
- "menuItem_dockNewMessage" = NSMenuItem;
- "menuItem_hideShowMainWindow" = NSMenuItem;
- "menuItem_hideShowMessageWindow" = NSMenuItem;
- "menuItem_newMessage" = NSMenuItem;
- "menuItem_preferences" = NSMenuItem;
- "menuItem_selectBuddyList" = NSMenuItem;
- "menuItem_selectMessageWindow" = NSMenuItem;
- "menu_dockMenu" = NSMenu;
- "menu_tabContextualMenu" = NSMenu;
- "outlineView_buddyList" = AIBuddyListOutlineView;
- "progressBar_requestingProfile" = NSProgressIndicator;
- "scrollView_buddyList" = NSScrollView;
- "tabView_mainTabs" = AIMessageTabView;
- "textField_profileOnlineSince" = NSTextField;
- "textField_profileService" = NSTextField;
- "textField_profileWarnLevel" = NSTextField;
- "textField_requestingProfile" = NSTextField;
- "textView_profile" = NSTextView;
- theAIMConfigWindow = AIAIMConfig;
- theAwayHandler = AIAway;
- theBuddyList = AIBuddyList;
- theConnectSheet = AIConnectSheet;
- theUserInfo = AIBuddyInfo;
- "window_buddyInfoWindow" = NSWindow;
- "window_mainWindow" = AIMainWindow;
- "window_messageWindow" = NSWindow;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {inviteBuddyToChat = id; };
- CLASS = AIInviteToChatMenu;
- LANGUAGE = ObjC;
- SUPERCLASS = NSMenu;
- },
- {CLASS = AIKeyWordTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
- {CLASS = AILog; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- ACTIONS = {
- selectDay = id;
- selectMonth = id;
- selectScreenName = id;
- selectYear = id;
- showLogViewer = id;
- };
- CLASS = AILogViewer;
- LANGUAGE = ObjC;
- OUTLETS = {
- "box_logListing" = NSBox;
- "menuItem_showLogViewer" = NSMenuItem;
- "popUp_day" = NSPopUpButton;
- "popUp_month" = NSPopUpButton;
- "popUp_screenName" = NSPopUpButton;
- "popUp_year" = NSPopUpButton;
- "tableView_day" = NSTableView;
- "tableView_month" = NSTableView;
- "tableView_screenName" = NSTableView;
- "tableView_year" = NSTableView;
- "textView_content" = NSTextView;
- "view_popUpMenus" = NSView;
- "window_logViewer" = NSWindow;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = AILogViewerBuddy; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {CLASS = AILogViewerDay; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {CLASS = AILogViewerMonth; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {CLASS = AILogViewerYear; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- CLASS = AIMainWindow;
- LANGUAGE = ObjC;
- OUTLETS = {
- "groupBox_BottomToolBar" = NSBox;
- "groupBox_TopToolBar" = NSBox;
- "groupBox_WindowContents" = NSBox;
- };
- SUPERCLASS = NSWindow;
- },
- {
- ACTIONS = {
- createChat = id;
- dockShowCreateChat = id;
- dockShowMessageStranger = id;
- hideCreateChat = id;
- hideMessageStranger = id;
- messageStranger = id;
- showCreateChat = id;
- showMessageStranger = id;
- };
- CLASS = AIMessageCreation;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_communityChat" = NSMenuItem;
- "menuItem_createChat" = NSMenuItem;
- "menuItem_dockCreateChat" = NSMenuItem;
- "menuItem_dockNewMessage" = NSMenuItem;
- "menuItem_newMessage" = NSMenuItem;
- "panel_createChat" = NSPanel;
- "panel_messageStranger" = NSPanel;
- "textField_createChat" = NSTextField;
- "textField_messageStranger" = NSTextField;
- theBuddyList = AIBuddyList;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {closeSelectedTab = id; selectNextTab = id; selectPreviousTab = id; };
- CLASS = AIMessageHandler;
- LANGUAGE = ObjC;
- OUTLETS = {
- "menuItem_closeTab" = NSMenuItem;
- "menuItem_dockCloseTab" = NSMenuItem;
- "menuItem_tabLeft" = NSMenuItem;
- "menuItem_tabRight" = NSMenuItem;
- };
- SUPERCLASS = NSObject;
- },
- {
- CLASS = AIMessageTabView;
- LANGUAGE = ObjC;
- OUTLETS = {"outlineView_buddyList" = NSOutlineView; theInterface = AIInterface; };
- SUPERCLASS = NSTabView;
- },
- {CLASS = AIMessageTabViewItem; LANGUAGE = ObjC; SUPERCLASS = NSTabViewItem; },
- {
- CLASS = AIMessageTextView;
- LANGUAGE = ObjC;
- OUTLETS = {"button_sendMessage" = NSButton; theMessageTab = AIMessage; };
- SUPERCLASS = NSTextView;
- },
- {
- CLASS = AIOnHold;
- LANGUAGE = ObjC;
- OUTLETS = {
- "status_onHoldProgress" = NSProgressIndicator;
- "textField_mainMessage" = NSTextField;
- "textField_onHoldStatus" = NSTextField;
- "window_onHoldWindow" = NSWindow;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {saveAlias = id; };
- CLASS = AIProfile;
- LANGUAGE = ObjC;
- OUTLETS = {
- "popUpButton_shareProfileWith" = NSPopUpButton;
- "textField_ProfileTitle" = NSTextField;
- "textField_alias" = NSTextField;
- "textView_profile" = NSTextView;
- theBuddyList = AIBuddyList;
- theSavedNamePanel = AISavedNames;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {cancel = id; goAway = id; };
- CLASS = AIQuickAwayPanel;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_goAway" = NSButton;
- "textView_message" = NSTextView;
- theAwayHandler = AIAway;
- };
- SUPERCLASS = NSPanel;
- },
- {CLASS = AISafeButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
- {
- ACTIONS = {
- cancel = id;
- newName = id;
- removeName = id;
- setPassword = id;
- togglePasswordCheckBox = id;
- };
- CLASS = AISavedNames;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_remove" = NSButton;
- "panel_enterPass" = NSPanel;
- "panel_savedNames" = NSWindow;
- "tableView_savedNamesList" = NSTableView;
- "textField_password" = NSTextField;
- theConnectSheet = AIConnectSheet;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {
- apply = id;
- cancel = id;
- configurePreferencesDimming = id;
- playSound = id;
- restoreDefaults = id;
- save = id;
- selectedFontFromMenu = id;
- };
- CLASS = AISettings;
- LANGUAGE = ObjC;
- OUTLETS = {
- "checkBox_away_hideBuddyListWindow" = NSButton;
- "checkBox_away_hideMessageWindow" = NSButton;
- "checkBox_away_muteSounds" = NSButton;
- "checkBox_away_noFlashDock" = NSButton;
- "checkBox_away_noFlashStatus" = NSButton;
- "checkBox_buddyList_allowNameColoring" = NSButton;
- "checkBox_buddyList_boldGroups" = NSButton;
- "checkBox_buddyList_boldSignedOn" = NSButton;
- "checkBox_buddyList_drawGrid" = NSButton;
- "checkBox_buddyList_hideEmptyGroups" = NSButton;
- "checkBox_buddyList_italicGroups" = NSButton;
- "checkBox_buddyList_italicSignedOff" = NSButton;
- "checkBox_buddyList_showStatusIcons" = NSButton;
- "checkBox_buddyList_underlineGroups" = NSButton;
- "checkBox_chat_overrideBack" = NSButton;
- "checkBox_chat_overrideFont" = NSButton;
- "checkBox_chat_overrideSize" = NSButton;
- "checkBox_chat_overrideText" = NSButton;
- "checkBox_chat_sendChatOnEnter" = NSButton;
- "checkBox_chat_sendChatOnReturn" = NSButton;
- "checkBox_chat_showSmileys" = NSButton;
- "checkBox_chat_spellChecking" = NSButton;
- "checkBox_chat_useMyBackground" = NSButton;
- "checkBox_connect_autoreconnect" = NSButton;
- "checkBox_connect_pingConnection" = NSButton;
- "checkBox_dock_bounceAfter" = NSButton;
- "checkBox_dock_bounceOnEvery" = NSButton;
- "checkBox_dock_bounceOnFirst" = NSButton;
- "checkBox_interface_stickyBuddyList" = NSButton;
- "checkBox_log_chat" = NSButton;
- "checkBox_log_messages" = NSButton;
- "checkBox_messages_overrideBack" = NSButton;
- "checkBox_messages_overrideEnter" = NSButton;
- "checkBox_messages_overrideFont" = NSButton;
- "checkBox_messages_overrideMyMessages" = NSButton;
- "checkBox_messages_overrideSize" = NSButton;
- "checkBox_messages_overrideText" = NSButton;
- "checkBox_messages_restrictBackground" = NSButton;
- "checkBox_messages_sendMessageOnEnter" = NSButton;
- "checkBox_messages_sendMessageOnReturn" = NSButton;
- "checkBox_messages_showSmileys" = NSButton;
- "checkBox_messages_spellChecking" = NSButton;
- "checkBox_messages_useBuddysBackground" = NSButton;
- "checkBox_messages_useMyBackground" = NSButton;
- "checkBox_sound_IMFromStranger" = NSButton;
- "checkBox_sound_ReceivedFirstIM" = NSButton;
- "checkBox_sound_ReceivedIM" = NSButton;
- "checkBox_sound_SentIM" = NSButton;
- "checkBox_sound_buddySignedOff" = NSButton;
- "checkBox_sound_buddySignedOn" = NSButton;
- "checkBox_sound_useStandard" = NSButton;
- "checkBox_status_displayAway" = NSButton;
- "checkBox_status_displayChatInOut" = NSButton;
- "checkBox_status_displayChatInvite" = NSButton;
- "checkBox_status_displayIdle" = NSButton;
- "checkBox_status_displayOnOff" = NSButton;
- "checkBox_status_showIdle" = NSButton;
- "checkBox_tabs_allowNameColoring" = NSButton;
- "checkBox_tabs_chat_allowNameColoring" = NSButton;
- "checkBox_tabs_chat_showStatusIcons" = NSButton;
- "checkBox_tabs_showStatusIcons" = NSButton;
- "checkBox_warning_blockOnWarn" = NSButton;
- "checkBox_warning_warnOnWarn" = NSButton;
- "colorWell_chat_defaultBackColor" = NSColorWell;
- "colorWell_chat_defaultTextColor" = NSColorWell;
- "colorWell_chat_overrideBackColor" = NSColorWell;
- "colorWell_chat_overrideTextColor" = NSColorWell;
- "colorWell_chat_receivedPrefixColor" = NSColorWell;
- "colorWell_chat_sentPrefixColor" = NSColorWell;
- "colorWell_colors_AwayIconColor" = NSColorWell;
- "colorWell_colors_AwayNameColor" = NSColorWell;
- "colorWell_colors_IdleAwayIconColor" = NSColorWell;
- "colorWell_colors_IdleAwayNameColor" = NSColorWell;
- "colorWell_colors_IdleIconColor" = NSColorWell;
- "colorWell_colors_IdleNameColor" = NSColorWell;
- "colorWell_colors_NormalIconColor" = NSColorWell;
- "colorWell_colors_NormalNameColor" = NSColorWell;
- "colorWell_colors_OpenTabIconColor" = NSColorWell;
- "colorWell_colors_OpenTabNameColor" = NSColorWell;
- "colorWell_colors_SignedOffIconColor" = NSColorWell;
- "colorWell_colors_SignedOffNameColor" = NSColorWell;
- "colorWell_colors_SignedOnIconColor" = NSColorWell;
- "colorWell_colors_SignedOnNameColor" = NSColorWell;
- "colorWell_colors_UnviewedIconColor" = NSColorWell;
- "colorWell_colors_UnviewedNameColor" = NSColorWell;
- "colorWell_messages_defaultBackColor" = NSColorWell;
- "colorWell_messages_defaultTextColor" = NSColorWell;
- "colorWell_messages_overrideBackColor" = NSColorWell;
- "colorWell_messages_overrideTextColor" = NSColorWell;
- "colorWell_messages_receivedPrefixColor" = NSColorWell;
- "colorWell_messages_sentPrefixColor" = NSColorWell;
- "matrix_dockIcon" = NSMatrix;
- "matrix_dockIconImage" = NSMatrix;
- "matrix_windowMode" = NSMatrix;
- "popUp_buddyList_fontName" = NSPopUpButton;
- "popUp_chat_defaultFontName" = NSPopUpButton;
- "popUp_chat_overrideFontName" = NSPopUpButton;
- "popUp_dock_bounceAfterMode" = NSPopUpButton;
- "popUp_dock_bounceOnEveryMode" = NSPopUpButton;
- "popUp_dock_bounceOnFirstMode" = NSPopUpButton;
- "popUp_messages_defaultFontName" = NSPopUpButton;
- "popUp_messages_overrideFontName" = NSPopUpButton;
- "slider_dock_flashSpeed" = NSSlider;
- "slider_sound_appVolume" = NSSlider;
- "slider_status_flashSpeed" = NSSlider;
- "tabView_settingsTabs" = NSTabView;
- "tableView_categoryList" = NSTableView;
- "textField_buddyList_fontSize" = NSTextField;
- "textField_categoryHeader" = NSTextField;
- "textField_chat_defaultFontSize" = NSTextField;
- "textField_chat_overrideFontSize" = NSTextField;
- "textField_connect_host" = NSTextField;
- "textField_connect_port" = NSTextField;
- "textField_dock_bounceAfterTime" = NSTextField;
- "textField_hoverHelp" = NSTextField;
- "textField_icons_signedOffLength" = NSTextField;
- "textField_icons_signedOnLength" = NSTextField;
- "textField_messages_defaultFontSize" = NSTextField;
- "textField_messages_overrideEnterSize" = NSTextField;
- "textField_messages_overrideFontSize" = NSTextField;
- "textView_buddyList_buddyAliasFormat" = NSTextView;
- "textView_buddyList_buddyFormat" = NSTextView;
- "textView_buddyList_groupFormat" = NSTextView;
- "textView_chat_receiveFormat" = NSTextView;
- "textView_chat_sendFormat" = NSTextView;
- "textView_messages_receiveAliasFormat" = NSTextView;
- "textView_messages_receiveFormat" = NSTextView;
- "textView_messages_sendFormat" = NSTextView;
- "textView_tabs_buddyAliasFormat" = NSTextView;
- "textView_tabs_buddyFormat" = NSTextView;
- "textView_tabs_chatFormat" = NSTextView;
- "window_settingsWindow" = NSWindow;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = AISettingsListCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; },
- {CLASS = AISound; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {CLASS = AISoundList; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
- );
- IBVersion = 1;
- }